ComponentOne ASP.NET MVC Controls
DataType Method (PivotFieldBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Olap.Fluent Namespace > PivotFieldBaseBuilder<TControl,TBuilder> Class : DataType Method
The value.
Configurates C1.Web.Mvc.Olap.PivotFieldBase.DataType. Sets the data type of the field.
Syntax
'Declaration
 
Public Function DataType( _
   ByVal value As Nullable(Of DataType) _
) As TBuilder
public TBuilder DataType( 
   Nullable<DataType> value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
It only works when connecting DataEngine or DataSource.
See Also

Reference

PivotFieldBaseBuilder<TControl,TBuilder> Class
PivotFieldBaseBuilder<TControl,TBuilder> Members